p, span, i, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  line-height: 1;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: unset;
}

button {
  border: none;
  background-color: none;
  cursor: pointer;
}

img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

body, html {
  max-width: 100vw;
  overflow-x: hidden; /* prevent horizontal scroll */
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

@media (max-width: 430px) {
  .none-xxs {
    display: none !important;
  }
}

@media (max-width: 575px) {
  .none-xs {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .none-sm {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .none-md {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .none-lg {
    display: none !important;
  }
}

@media (max-width: 1399px) {
  .none-xl {
    display: none !important;
  }
}

.m-1 {
  margin-bottom: 10px;
}

.p-1 {
  padding: 10px;
}

.m-2 {
  margin-bottom: 20px;
}

.p-2 {
  padding: 20px;
}

.m-3 {
  margin-bottom: 30px;
}

.p-3 {
  padding: 30px;
}

.m-4 {
  margin-bottom: 40px;
}

.p-4 {
  padding: 40px;
}

.m-5 {
  margin-bottom: 50px;
}

.p-5 {
  padding: 50px;
}

.m-6 {
  margin-bottom: 60px;
}

.p-6 {
  padding: 60px;
}

.m-7 {
  margin-bottom: 70px;
}

.p-7 {
  padding: 70px;
}

.m-8 {
  margin-bottom: 80px;
}

.p-8 {
  padding: 80px;
}

.m-9 {
  margin-bottom: 90px;
}

.p-9 {
  padding: 90px;
}

.m-10 {
  margin-bottom: 100px;
}

.p-10 {
  padding: 100px;
}

.m-11 {
  margin-bottom: 110px;
}

.p-11 {
  padding: 110px;
}

.m-12 {
  margin-bottom: 120px;
}

.p-12 {
  padding: 120px;
}

.container {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 120px 0px;
}
@media (max-width: 1199px) {
  .container {
    width: 960px;
  }
}
@media (max-width: 991px) {
  .container {
    width: 720px;
    padding: 80px 0px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 540px;
  }
}
@media (max-width: 575px) {
  .container {
    width: 90vw;
  }
}

.carousel > *, .icon-white-round, .row > * {
  display: flex;
  align-items: center;
  justify-content: center;
}

.row {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  flex-grow: 0;
}

.col-1 {
  width: 8.3333333333%;
}

@media (max-width: 430px) {
  .col-1-xxs {
    width: 8.3333333333%;
  }
}

@media (max-width: 575px) {
  .col-1-xs {
    width: 8.3333333333%;
  }
}

@media (max-width: 767px) {
  .col-1-sm {
    width: 8.3333333333%;
  }
}

@media (max-width: 991px) {
  .col-1-md {
    width: 8.3333333333%;
  }
}

@media (max-width: 1199px) {
  .col-1-lg {
    width: 8.3333333333%;
  }
}

@media (max-width: 1399px) {
  .col-1-xl {
    width: 8.3333333333%;
  }
}

.pt-1 {
  padding-top: 10px;
}

.pb-1 {
  padding-bottom: 10px;
}

.col-2 {
  width: 16.6666666667%;
}

@media (max-width: 430px) {
  .col-2-xxs {
    width: 16.6666666667%;
  }
}

@media (max-width: 575px) {
  .col-2-xs {
    width: 16.6666666667%;
  }
}

@media (max-width: 767px) {
  .col-2-sm {
    width: 16.6666666667%;
  }
}

@media (max-width: 991px) {
  .col-2-md {
    width: 16.6666666667%;
  }
}

@media (max-width: 1199px) {
  .col-2-lg {
    width: 16.6666666667%;
  }
}

@media (max-width: 1399px) {
  .col-2-xl {
    width: 16.6666666667%;
  }
}

.pt-2 {
  padding-top: 20px;
}

.pb-2 {
  padding-bottom: 20px;
}

.col-3 {
  width: 25%;
}

@media (max-width: 430px) {
  .col-3-xxs {
    width: 25%;
  }
}

@media (max-width: 575px) {
  .col-3-xs {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .col-3-sm {
    width: 25%;
  }
}

@media (max-width: 991px) {
  .col-3-md {
    width: 25%;
  }
}

@media (max-width: 1199px) {
  .col-3-lg {
    width: 25%;
  }
}

@media (max-width: 1399px) {
  .col-3-xl {
    width: 25%;
  }
}

.pt-3 {
  padding-top: 30px;
}

.pb-3 {
  padding-bottom: 30px;
}

.col-4 {
  width: 33.3333333333%;
}

@media (max-width: 430px) {
  .col-4-xxs {
    width: 33.3333333333%;
  }
}

@media (max-width: 575px) {
  .col-4-xs {
    width: 33.3333333333%;
  }
}

@media (max-width: 767px) {
  .col-4-sm {
    width: 33.3333333333%;
  }
}

@media (max-width: 991px) {
  .col-4-md {
    width: 33.3333333333%;
  }
}

@media (max-width: 1199px) {
  .col-4-lg {
    width: 33.3333333333%;
  }
}

@media (max-width: 1399px) {
  .col-4-xl {
    width: 33.3333333333%;
  }
}

.pt-4 {
  padding-top: 40px;
}

.pb-4 {
  padding-bottom: 40px;
}

.col-5 {
  width: 41.6666666667%;
}

@media (max-width: 430px) {
  .col-5-xxs {
    width: 41.6666666667%;
  }
}

@media (max-width: 575px) {
  .col-5-xs {
    width: 41.6666666667%;
  }
}

@media (max-width: 767px) {
  .col-5-sm {
    width: 41.6666666667%;
  }
}

@media (max-width: 991px) {
  .col-5-md {
    width: 41.6666666667%;
  }
}

@media (max-width: 1199px) {
  .col-5-lg {
    width: 41.6666666667%;
  }
}

@media (max-width: 1399px) {
  .col-5-xl {
    width: 41.6666666667%;
  }
}

.pt-5 {
  padding-top: 50px;
}

.pb-5 {
  padding-bottom: 50px;
}

.col-6 {
  width: 50%;
}

@media (max-width: 430px) {
  .col-6-xxs {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .col-6-xs {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .col-6-sm {
    width: 50%;
  }
}

@media (max-width: 991px) {
  .col-6-md {
    width: 50%;
  }
}

@media (max-width: 1199px) {
  .col-6-lg {
    width: 50%;
  }
}

@media (max-width: 1399px) {
  .col-6-xl {
    width: 50%;
  }
}

.pt-6 {
  padding-top: 60px;
}

.pb-6 {
  padding-bottom: 60px;
}

.col-7 {
  width: 58.3333333333%;
}

@media (max-width: 430px) {
  .col-7-xxs {
    width: 58.3333333333%;
  }
}

@media (max-width: 575px) {
  .col-7-xs {
    width: 58.3333333333%;
  }
}

@media (max-width: 767px) {
  .col-7-sm {
    width: 58.3333333333%;
  }
}

@media (max-width: 991px) {
  .col-7-md {
    width: 58.3333333333%;
  }
}

@media (max-width: 1199px) {
  .col-7-lg {
    width: 58.3333333333%;
  }
}

@media (max-width: 1399px) {
  .col-7-xl {
    width: 58.3333333333%;
  }
}

.pt-7 {
  padding-top: 70px;
}

.pb-7 {
  padding-bottom: 70px;
}

.col-8 {
  width: 66.6666666667%;
}

@media (max-width: 430px) {
  .col-8-xxs {
    width: 66.6666666667%;
  }
}

@media (max-width: 575px) {
  .col-8-xs {
    width: 66.6666666667%;
  }
}

@media (max-width: 767px) {
  .col-8-sm {
    width: 66.6666666667%;
  }
}

@media (max-width: 991px) {
  .col-8-md {
    width: 66.6666666667%;
  }
}

@media (max-width: 1199px) {
  .col-8-lg {
    width: 66.6666666667%;
  }
}

@media (max-width: 1399px) {
  .col-8-xl {
    width: 66.6666666667%;
  }
}

.pt-8 {
  padding-top: 80px;
}

.pb-8 {
  padding-bottom: 80px;
}

.col-9 {
  width: 75%;
}

@media (max-width: 430px) {
  .col-9-xxs {
    width: 75%;
  }
}

@media (max-width: 575px) {
  .col-9-xs {
    width: 75%;
  }
}

@media (max-width: 767px) {
  .col-9-sm {
    width: 75%;
  }
}

@media (max-width: 991px) {
  .col-9-md {
    width: 75%;
  }
}

@media (max-width: 1199px) {
  .col-9-lg {
    width: 75%;
  }
}

@media (max-width: 1399px) {
  .col-9-xl {
    width: 75%;
  }
}

.pt-9 {
  padding-top: 90px;
}

.pb-9 {
  padding-bottom: 90px;
}

.col-10 {
  width: 83.3333333333%;
}

@media (max-width: 430px) {
  .col-10-xxs {
    width: 83.3333333333%;
  }
}

@media (max-width: 575px) {
  .col-10-xs {
    width: 83.3333333333%;
  }
}

@media (max-width: 767px) {
  .col-10-sm {
    width: 83.3333333333%;
  }
}

@media (max-width: 991px) {
  .col-10-md {
    width: 83.3333333333%;
  }
}

@media (max-width: 1199px) {
  .col-10-lg {
    width: 83.3333333333%;
  }
}

@media (max-width: 1399px) {
  .col-10-xl {
    width: 83.3333333333%;
  }
}

.pt-10 {
  padding-top: 100px;
}

.pb-10 {
  padding-bottom: 100px;
}

.col-11 {
  width: 91.6666666667%;
}

@media (max-width: 430px) {
  .col-11-xxs {
    width: 91.6666666667%;
  }
}

@media (max-width: 575px) {
  .col-11-xs {
    width: 91.6666666667%;
  }
}

@media (max-width: 767px) {
  .col-11-sm {
    width: 91.6666666667%;
  }
}

@media (max-width: 991px) {
  .col-11-md {
    width: 91.6666666667%;
  }
}

@media (max-width: 1199px) {
  .col-11-lg {
    width: 91.6666666667%;
  }
}

@media (max-width: 1399px) {
  .col-11-xl {
    width: 91.6666666667%;
  }
}

.pt-11 {
  padding-top: 110px;
}

.pb-11 {
  padding-bottom: 110px;
}

.col-12 {
  width: 100%;
}

@media (max-width: 430px) {
  .col-12-xxs {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .col-12-xs {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .col-12-sm {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .col-12-md {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .col-12-lg {
    width: 100%;
  }
}

@media (max-width: 1399px) {
  .col-12-xl {
    width: 100%;
  }
}

.pt-12 {
  padding-top: 120px;
}

.pb-12 {
  padding-bottom: 120px;
}

.col-13 {
  width: 108.3333333333%;
}

@media (max-width: 430px) {
  .col-13-xxs {
    width: 108.3333333333%;
  }
}

@media (max-width: 575px) {
  .col-13-xs {
    width: 108.3333333333%;
  }
}

@media (max-width: 767px) {
  .col-13-sm {
    width: 108.3333333333%;
  }
}

@media (max-width: 991px) {
  .col-13-md {
    width: 108.3333333333%;
  }
}

@media (max-width: 1199px) {
  .col-13-lg {
    width: 108.3333333333%;
  }
}

@media (max-width: 1399px) {
  .col-13-xl {
    width: 108.3333333333%;
  }
}

.pt-13 {
  padding-top: 130px;
}

.pb-13 {
  padding-bottom: 130px;
}

.col-14 {
  width: 116.6666666667%;
}

@media (max-width: 430px) {
  .col-14-xxs {
    width: 116.6666666667%;
  }
}

@media (max-width: 575px) {
  .col-14-xs {
    width: 116.6666666667%;
  }
}

@media (max-width: 767px) {
  .col-14-sm {
    width: 116.6666666667%;
  }
}

@media (max-width: 991px) {
  .col-14-md {
    width: 116.6666666667%;
  }
}

@media (max-width: 1199px) {
  .col-14-lg {
    width: 116.6666666667%;
  }
}

@media (max-width: 1399px) {
  .col-14-xl {
    width: 116.6666666667%;
  }
}

.pt-14 {
  padding-top: 140px;
}

.pb-14 {
  padding-bottom: 140px;
}

.col-15 {
  width: 125%;
}

@media (max-width: 430px) {
  .col-15-xxs {
    width: 125%;
  }
}

@media (max-width: 575px) {
  .col-15-xs {
    width: 125%;
  }
}

@media (max-width: 767px) {
  .col-15-sm {
    width: 125%;
  }
}

@media (max-width: 991px) {
  .col-15-md {
    width: 125%;
  }
}

@media (max-width: 1199px) {
  .col-15-lg {
    width: 125%;
  }
}

@media (max-width: 1399px) {
  .col-15-xl {
    width: 125%;
  }
}

.pt-15 {
  padding-top: 150px;
}

.pb-15 {
  padding-bottom: 150px;
}

.col-16 {
  width: 133.3333333333%;
}

@media (max-width: 430px) {
  .col-16-xxs {
    width: 133.3333333333%;
  }
}

@media (max-width: 575px) {
  .col-16-xs {
    width: 133.3333333333%;
  }
}

@media (max-width: 767px) {
  .col-16-sm {
    width: 133.3333333333%;
  }
}

@media (max-width: 991px) {
  .col-16-md {
    width: 133.3333333333%;
  }
}

@media (max-width: 1199px) {
  .col-16-lg {
    width: 133.3333333333%;
  }
}

@media (max-width: 1399px) {
  .col-16-xl {
    width: 133.3333333333%;
  }
}

.pt-16 {
  padding-top: 160px;
}

.pb-16 {
  padding-bottom: 160px;
}

.g-1 {
  gap: 20px !important;
}

.g-2 > * {
  padding: 10px;
}

.g-4 > * {
  padding: 20px;
}

.g-8 > * {
  padding: 40px;
}

@media (max-width: 991px) {
  .center-md {
    align-items: center !important;
    text-align: center !important;
  }
}

.img-container {
  max-width: 100%;
}
.img-container img {
  width: 100%;
  height: auto;
  display: block;
}

.imgs-container {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.imgs-container img {
  width: 60%;
  height: auto;
  display: block;
  position: absolute;
}
@media (max-width: 1199px) {
  .imgs-container img {
    width: 80%;
  }
}
.imgs-container img:nth-of-type(2) {
  top: 30px;
  left: 30px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .imgs-container img:nth-of-type(2) {
    left: 5px;
  }
}
.imgs-container img:nth-of-type(1) {
  bottom: 30px;
  right: 30px;
  z-index: 2;
}
@media (max-width: 1199px) {
  .imgs-container img:nth-of-type(1) {
    right: 5px;
  }
}

.carousel > *, .icon-white-round, .row > * {
  display: flex;
  align-items: center;
  justify-content: center;
}

.align-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.align-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.align-space {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.align-row {
  display: flex;
  align-items: center;
  gap: 50px;
}

.align-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 90%;
}

.card {
  border-radius: 30px;
}

.divider-2 {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.rounded {
  border-radius: 50px;
}

.rounded-img {
  border-radius: 50px 50px 0px 0px;
}

.of-1 {
  margin: -42px -42px -42px 0px;
}
@media (max-width: 991px) {
  .of-1 {
    margin-right: 0;
  }
}

.of-right {
  margin-right: -60px;
}
.of-right img {
  width: 120%;
  height: auto;
}
@media (max-width: 991px) {
  .of-right {
    margin-right: 0;
  }
  .of-right img {
    width: 100%;
  }
}

.testimonial-info {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  bottom: -80px;
  gap: 20px;
}
.testimonial-info img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
}

.bg-seoul, .bg-romania, .bg-landing {
  background-size: cover !important;
  background-position: top center;
  background-repeat: no-repeat !important;
}

.pattern-1 {
  background: #fff7ed url("pattern1.svg");
  background-repeat: no-repeat;
  background-size: cover; /* Ensures responsiveness */
  background-position: center;
  width: 100%;
  height: auto;
}

.pattern-2 {
  background: #fff7ed url("pattern3.svg");
  background-repeat: no-repeat;
  background-size: cover; /* Ensures responsiveness */
  background-position: center;
  width: 100%;
  height: auto;
}

.bg-1 {
  background: #fff7ed;
}

.bg-2 {
  background-color: rgb(252, 235, 214);
}

.bg-3 {
  background-color: #ffe5c2;
}

.bg-4 {
  background-color: #2d5a5c;
}

.bg-5 {
  background-color: #1b4445;
}

.bg-landing {
  background: url("herp.jpg");
}

.bg-romania {
  background: url("brasov.jpg");
}

.bg-seoul {
  background: url("seoul.jpg");
}

body {
  font-family: "Montserrat", sans-serif;
}

.p-accent-sm {
  font-size: 11px;
  color: #ee896f;
  line-height: 1.6;
}

.p-accent-base {
  font-size: 16px;
  color: #ee896f;
  line-height: 1.6;
}

.p-accent-lg {
  font-size: 18px;
  color: #ee896f;
  line-height: 1.6;
}

.p-base-sm {
  font-size: 11px;
  color: #386e79;
  line-height: 1.6;
}

.p-base-base {
  font-size: 16px;
  color: #386e79;
  line-height: 1.6;
}

.p-base-lg {
  font-size: 18px;
  color: #386e79;
  line-height: 1.6;
}

.p-dark-sm {
  font-size: 11px;
  color: #2d5a5c;
  line-height: 1.6;
}

.p-dark-base {
  font-size: 16px;
  color: #2d5a5c;
  line-height: 1.6;
}

.p-dark-lg {
  font-size: 18px;
  color: #2d5a5c;
  line-height: 1.6;
}

.p-white-sm {
  font-size: 11px;
  color: #fff;
  line-height: 1.6;
}

.p-white-base {
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
}

.p-white-lg {
  font-size: 18px;
  color: #fff;
  line-height: 1.6;
}

.line-3 {
  line-height: 1.2;
}

.h-dark-xs {
  font-size: 16px;
  color: #2d5a5c;
  font-weight: 700;
  line-height: 1.2;
}

.h-dark-sm {
  font-size: 21px;
  color: #2d5a5c;
  font-weight: 700;
  line-height: 1.2;
}

.h-dark-base {
  font-size: 26px;
  color: #2d5a5c;
  font-weight: 700;
  line-height: 1.2;
}

.h-dark-md {
  font-size: 30px;
  color: #2d5a5c;
  font-weight: 700;
  line-height: 1.2;
}

.h-dark-bg {
  font-size: 36px;
  color: #2d5a5c;
  font-weight: 700;
  line-height: 1.2;
}

.h-dark-lgg {
  font-size: 50px;
  color: #2d5a5c;
  font-weight: 700;
  line-height: 1.2;
}

.h-dark-lg {
  font-size: 60px;
  color: #2d5a5c;
  font-weight: 700;
  line-height: 1.2;
}

.h-dark-xl {
  font-size: 100px;
  color: #2d5a5c;
  font-weight: 700;
  line-height: 1.2;
}

.h-primary-xs {
  font-size: 16px;
  color: #047cac;
  font-weight: 700;
  line-height: 1.2;
}

.h-primary-sm {
  font-size: 21px;
  color: #047cac;
  font-weight: 700;
  line-height: 1.2;
}

.h-primary-base {
  font-size: 26px;
  color: #047cac;
  font-weight: 700;
  line-height: 1.2;
}

.h-primary-md {
  font-size: 30px;
  color: #047cac;
  font-weight: 700;
  line-height: 1.2;
}

.h-primary-bg {
  font-size: 36px;
  color: #047cac;
  font-weight: 700;
  line-height: 1.2;
}

.h-primary-lgg {
  font-size: 50px;
  color: #047cac;
  font-weight: 700;
  line-height: 1.2;
}

.h-primary-lg {
  font-size: 60px;
  color: #047cac;
  font-weight: 700;
  line-height: 1.2;
}

.h-primary-xl {
  font-size: 100px;
  color: #047cac;
  font-weight: 700;
  line-height: 1.2;
}

.h-white-xs {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
}

.h-white-sm {
  font-size: 21px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
}

.h-white-base {
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
}

.h-white-md {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
}

.h-white-bg {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
}

.h-white-lgg {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
}

.h-white-lg {
  font-size: 60px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
}

.h-white-xl {
  font-size: 100px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
}

.line-2 {
  line-height: 2;
}

.icon-primary-sm {
  font-size: 21px !important;
  color: #ee896f;
  font-weight: 700;
}

.icon-primary-base {
  font-size: 26px !important;
  color: #ee896f;
  font-weight: 700;
}

.icon-primary-md {
  font-size: 32px !important;
  color: #ee896f;
  font-weight: 700;
}

.icon-primary-bg {
  font-size: 50px !important;
  color: #ee896f;
  font-weight: 700;
}

.icon-primary-lg {
  font-size: 80px !important;
  color: #ee896f;
  font-weight: 700;
}

.icon-primary-xl {
  font-size: 130px !important;
  color: #ee896f;
  font-weight: 700;
}

.icon-dark-sm {
  font-size: 21px !important;
  color: #2d5a5c;
  font-weight: 700;
}

.icon-dark-base {
  font-size: 26px !important;
  color: #2d5a5c;
  font-weight: 700;
}

.icon-dark-md {
  font-size: 32px !important;
  color: #2d5a5c;
  font-weight: 700;
}

.icon-dark-bg {
  font-size: 50px !important;
  color: #2d5a5c;
  font-weight: 700;
}

.icon-dark-lg {
  font-size: 80px !important;
  color: #2d5a5c;
  font-weight: 700;
}

.icon-dark-xl {
  font-size: 130px !important;
  color: #2d5a5c;
  font-weight: 700;
}

.icon-white-sm {
  font-size: 21px !important;
  color: #fff;
  font-weight: 700;
}

.icon-white-base {
  font-size: 26px !important;
  color: #fff;
  font-weight: 700;
}

.icon-white-md {
  font-size: 32px !important;
  color: #fff;
  font-weight: 700;
}

.icon-white-bg {
  font-size: 50px !important;
  color: #fff;
  font-weight: 700;
}

.icon-white-lg {
  font-size: 80px !important;
  color: #fff;
  font-weight: 700;
}

.icon-white-xl {
  font-size: 130px !important;
  color: #fff;
  font-weight: 700;
}

.icons {
  display: flex;
  gap: 15px;
}

.icon-white-round {
  height: 50px;
  width: 50px;
  font-size: 24px;
  border-radius: 50%;
  background-color: #2d5a5c;
  color: white;
}

.icon-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

blockquote {
  background-color: #ee896f;
  padding: 30px 60px;
  border-radius: 30px;
  margin: 0;
}

.navbar {
  display: flex;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  z-index: 3;
  align-items: center;
  justify-content: space-between;
  padding: 0 9vw;
  height: 90px;
  background: transparent;
  color: white;
}
.navbar .nav-logo {
  height: 85px;
  width: auto;
}
@media (max-width: 575px) {
  .navbar .nav-logo {
    height: 65px;
  }
}
.navbar .nav-items {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 50px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .navbar .nav-items {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .navbar .nav-items {
    display: none;
  }
}
.navbar .nav-items a {
  transition: all 0.3s ease-in-out;
}
.navbar .nav-items a:hover {
  color: #ee896f;
}

.menu-btn {
  display: none;
}
@media (max-width: 767px) {
  .menu-btn {
    display: block;
    font-size: 36px;
    color: white;
  }
}

.scrolled {
  background: #1b4445;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  z-index: 3;
  animation: pop-up 0.3s ease-in-out;
  transform-origin: top;
}
.scrolled .nav-logo {
  height: 50px;
}

@keyframes pop-up {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
.dropdown-container:hover .dropdown {
  display: block;
  animation: pop-up 0.3s ease-in-out;
  transform-origin: top;
}

.dropdown {
  padding: 10px;
  display: none;
  position: absolute;
  background: #2d5a5c;
  font-size: 14px;
  border-radius: 10px;
}
.dropdown .dropdown-element {
  padding: 10px;
}
.dropdown .dropdown-element:hover {
  background: #ee896f;
}
.dropdown .dropdown-element:hover a {
  color: white !important;
}

.menu-mobile {
  transition: all 0.3s ease-in-out;
  position: fixed;
  left: -100%;
  top: 0;
  z-index: 100;
  width: 80vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #2d5a5c;
  color: white;
  font-size: 21px;
  font-weight: 700;
}
.menu-mobile .menu-item {
  display: flex;
  justify-content: space-between;
  padding: 30px;
  border-bottom: 2px solid rgba(245, 245, 245, 0.5);
}
.menu-mobile .menu-item:hover {
  color: #ee896f;
}
.menu-mobile .menu-dropdown {
  display: none;
}
.menu-mobile .menu-dropdown .dropdown-element {
  padding: 30px;
  padding-left: 60px;
  border-bottom: 2px solid rgba(245, 245, 245, 0.5);
}

.menu-active {
  left: 0;
}

.mobile-active {
  display: block !important;
  animation: pop-up 0.3s ease-in-out;
  transform-origin: top;
}

.landing {
  height: 100vh;
  display: flex;
}
@media (max-width: 575px) {
  .landing {
    height: 80vh;
  }
}

.hero {
  position: relative;
  height: 100%;
  width: 100%;
}
.hero .hero-content {
  z-index: 2;
  width: 60%;
  margin-top: -50px;
}
@media (max-width: 991px) {
  .hero .hero-content span {
    font-size: 48px;
  }
}
@media (max-width: 575px) {
  .hero .hero-content {
    margin-top: 0px;
    width: 80%;
  }
  .hero .hero-content span {
    font-size: 36px;
  }
  .hero .hero-content p {
    font-size: 21px;
  }
  .hero .hero-content button {
    padding: 20px 50px;
  }
}
.hero img {
  width: 150%;
  height: auto;
  position: absolute;
  bottom: -5px;
}

@media (max-width: 575px) {
  #hero-name {
    font-size: 36px;
  }
}

footer .container .align-left {
  height: 100%;
}
footer .copyright {
  width: 100%;
  text-align: center;
  border-top: 5px solid rgba(255, 255, 255, 0.3);
}

.progress-bar {
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 15px;
}
.progress-bar .bar-container {
  height: 16px;
  border-radius: 20px;
  width: 100%;
  background-color: white;
  box-shadow: inset 0px 0px 5px 5px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}
.progress-bar .bar-container .bar {
  transition: all 1s ease-in-out;
  z-index: 2;
  position: absolute;
  background: linear-gradient(100deg, #ee896f 0%, #2d5a5c 100%);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  left: 2px;
  top: 2px;
  height: 12px;
  width: 0%;
}

.carousel .carousel-item {
  transition: all 0.3s ease-in-out;
  transform: scale(0.9);
}
.carousel .carousel-center {
  transform: scale(1) !important;
}

.accordion-header {
  font-weight: 700;
  color: #2d5a5c;
  display: flex;
  padding: 14px 30px;
  background-color: rgb(252, 235, 214);
  margin-bottom: 15px;
  border-radius: 30px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.accordion-header i {
  font-size: 24px;
}

.accordion-content {
  padding: 30px 85px 30px 65px;
  display: none;
}
@media (max-width: 767px) {
  .accordion-content {
    padding: 10px 10px 15px 15px;
  }
  .accordion-content p {
    font-size: 14px;
  }
}

.accordion-active .accordion-header {
  border: 2px solid rgba(2, 69, 79, 0.5);
  background-color: rgb(235, 220, 201);
}
.accordion-active .accordion-content {
  display: block;
  animation-delay: 1s;
  animation: pop-up 0.3s ease-in;
  transform-origin: top;
}

.input-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 15px;
}
.input-container textarea, .input-container input {
  padding: 10px;
  border-radius: 25px;
  height: 16px;
  border: none;
  resize: none;
}
.input-container textarea:focus, .input-container input:focus {
  outline: 2px solid #047cac;
}

.input-big textarea {
  height: 46px;
}

.advanced-text li {
  display: none;
  height: 96px;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.advanced-text li p {
  line-height: 2;
}
.advanced-text .visibile {
  display: flex !important;
  animation: fade 1s ease-in;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.carousel {
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  flex-wrap: nowrap;
  scroll-behavior: smooth;
}
.carousel > * {
  box-sizing: border-box;
  flex-shrink: 0;
  flex-grow: 0;
}

.three-retreats .carousel-item {
  transform: scale(0.9);
}
.three-retreats :nth-child(2) .carousel-item {
  transform: scale(1) !important;
}

.two-retreats > * {
  padding: 20px;
}

.special-img {
  width: 380px !important;
}

.img-zoom {
  display: flex;
  overflow: hidden;
  align-items: stretch;
}
.img-zoom .col-3 {
  flex: 1;
  transition: flex 0.5s ease-in-out;
  overflow: hidden;
  height: 100%;
}
.img-zoom .col-3 img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: left 0.5s ease-in-out;
}
.img-zoom .col-3:hover {
  flex: 2;
}
.img-zoom .col-3:hover img {
  left: 0;
}
.img-zoom:hover .col-3:not(:hover) {
  flex: 1;
}

.retreats-list {
  display: flex;
  flex-direction: column;
  max-height: 630px;
  overflow: auto;
  gap: 10px;
  padding-right: 30px;
}

#edit-modal {
  z-index: 3;
  height: 100%;
  width: 100%;
  justify-content: center;
  display: none;
  position: absolute;
}
#edit-modal .edit-window {
  width: 40%;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 50px;
}

.save-btn {
  margin-left: 5px;
  margin-top: 5px;
}

.btn-primary-sm, .btn-transparent, .btn-primary {
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  border-radius: 40px;
}
.btn-primary-sm:hover, .btn-transparent:hover, .btn-primary:hover {
  transform: scale(1.1);
}

.btn-icon {
  transition: all 0.3s ease-in-out;
}
.btn-icon:hover {
  transform: scale(1.3);
}

.carousel-controls {
  display: flex;
  justify-content: center;
  gap: 25px;
}
.carousel-controls button {
  font-weight: 700;
  padding: 30px 40px;
  font-size: 36px;
  border-radius: 40px;
  color: #2d5a5c;
  background-color: transparent;
  outline: 2px solid #2d5a5c;
}

.btn-primary {
  padding: 20px 70px;
  background: #ee896f;
  color: white;
}

.btn-transparent {
  padding: 20px 70px;
  background-color: transparent;
  color: white;
  outline: 2px solid white;
}
@media (max-width: 575px) {
  .btn-transparent {
    padding: 20px 40px;
  }
}

.btn-primary-sm {
  padding: 20px 40px;
  background-color: #ee896f;
  color: white;
}

.btn-hero {
  position: relative;
  z-index: 2;
  padding: 20px 60px;
}

.fade-out {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.fade-left, .fade-right, .fade-down {
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-left {
  transform: translateX(-30px);
}

.fade-right {
  transform: translateX(30px);
}

.fade-down {
  transform: translateY(30px);
}

.fade-in {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

.go-left {
  animation: go-left 10s infinite linear;
}

@keyframes go-left {
  0% {
    left: -50%;
  }
  50% {
    left: 0;
  }
  100% {
    left: -50%;
  }
}
@keyframes pop-up {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
@media (max-width: 575px) {
  #hero-location, #hero-date {
    font-size: 21px;
  }
}

@media (max-width: 991px) {
  .section-title {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .section-title {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .section-title {
    font-size: 36px;
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  #testimonials .card {
    margin-bottom: 80px;
  }
}
@media (max-width: 575px) {
  #testimonials .card {
    padding: 30px;
  }
}

@media (max-width: 991px) {
  .retreats-container .col-4 {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .retreats-container .col-4 {
    padding: 10px;
  }
}
@media (max-width: 991px) {
  .retreats-container .carousel-item {
    transform: scale(1);
  }
}

.carousel-title {
  text-align: center;
}

@media (max-width: 575px) {
  .p-3:has(> .accordion) {
    padding: 10px;
  }
}

@media (max-width: 575px) {
  .g-8 > * {
    padding: 10px;
  }
}

@media (max-width: 575px) {
  .g-4 > * {
    padding: 10px;
  }
}

@media (max-width: 575px) {
  .newsletter .p-3, .newsletter .p-4 {
    padding: 10px;
  }
  .newsletter .reverse-xs {
    gap: 10px;
  }
  .newsletter .btn-transparent {
    padding: 10px 20px;
  }
}

@media (max-width: 575px) {
  .about-page .p-5 {
    padding: 10px;
  }
  .contact-page .p-4 {
    padding: 10px;
    margin-top: 20px;
  }
  .contact-page .card {
    width: 100%;
  }
  #contactFromAlt, #contactForm {
    padding: 20px;
  }
}/*# sourceMappingURL=style.css.map */